/*
    header
*/

.header {
    background-color: #fff;
}

.header-hd {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    color: #434343;
    background-color: #d8d8d8;
}

.header-hd p a {
    color: #434343;
    padding: 0 3px;
}

.header-hd p a:last-child {
    padding-right: 0;
}

.header-bd {
    height: 120px;
  	overflow:hidden;
}

.logo {
    height: 100%;
    width: 754px;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.hottel {
    text-align: left;
    font-size: 14px;
    color: #434343;
    margin-top: 36px;
    padding-left: 52px;
    background: url('../image/tel.jpg') no-repeat left top;
    line-height: 1.3;
    padding-top: 4px;
  	max-width:240px;
}

.hottel p {
    color: #0d2168;
    font-size: 25px;
}


/*
    顶部导航
*/

.navbar {
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    width: 100%;
    background: url(../image/menubg.png) repeat-x;
}

.nav li {
    float: left;
    position: relative;
    z-index: 99996;
    height: 49px;
    line-height: 49px;
}

.nav li>a {
    display: block;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
}

.nav li.on>a,
.nav li>a:hover {
    background: url('../image/dhbg.jpg') no-repeat center;
}

.nav li>ul {
    position: absolute;
    left: 0;
    top: 50px;
    background: #000;
    display: none;
    width: 130px;
}

.nav li:hover ul {
    display: block;
}

.nav li>ul>li {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
}

.nav li>ul>li>a {
    display: block;
    line-height: 40px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.nav li>ul>li>a:hover {
    background: rgba(255, 255, 255, .2);
}

.nav {
    width: 1000px;
    margin: 0 auto;
}


/*
    搜索
*/

.isearch {
    height: 50px;
    border-bottom: #f3f3f3 solid 1px;
}

.isearch__hd {
    line-height: 50px;
}

.isearch__bd {
    padding-top: 11px;
}

.search__key {
    width: 200px;
    padding-left: 10px;
    height: 26px;
    border: #ccc solid 1px;
    border-right: 0;
    border-radius: 3px;
    margin-right: -5px;
    box-sizing: border-box;
}

.search__button {
    width: 38px;
    height: 26px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #0d2168;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}


/*i-item*/

.i-item .w {
    width: 1020px;
}

.i-item ul li {
    width: 300px;
    float: left;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

.i-item ul li h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #0d2168;
}

.i-item ul li span {
    border-bottom: 1px #e0e0e0;
    font-size: 14px;
    font-weight: 100;
    overflow: hidden;
    color: #787877;
    text-transform: uppercase;
}

.i-item ul li p {
    height: 120px;
    padding: 0 30px;
    font-size: 14px;
}

.i-item ul li .con {
    height: 120px;
    color: #787877;
    padding: 0 20px;
}


/*process*/

.i-process-hd {
    height: 78px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 12px;
    background: #0d2168 url('../image/process_bg.png') no-repeat 219px -26px;
}

.i-process-hd ul {
    display: inline-block;
    padding-left: 325px;
}

.i-process-hd ul li {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #0d2168;
    font-weight: bold;
    line-height: 34px;
}

.i-process-hd .tit h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 0 30px 0 10px;
}

.i-process-hd .tit a {
    width: 58px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.i-process-hd p {
    color: #fff;
    font-size: 12px;
    padding-left: 392px;
    line-height: 1;
}

.i-process-hd p span {
    font-size: 20px;
    padding-left: 12px;
}

.i-process-bd {
    height: 135px;
    background: #0b2d7a;
}

.i-process-bd ul li h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 46px 0 0 18px;
    color: #ffce00;
}

.i-process-bd ul li:nth-of-type(1) {
    width: 155px;
    background: url('../image/line.png') no-repeat right 54px;
}

.i-process-bd ul li:last-child,
.i-process-bd ul li:first-child {
    margin-right: 0;
}

.i-process-bd ul li {
    height: 135px;
    float: left;
    margin-right: 30px;
    position: relative;
}

.i-process-bd ul li:last-child:after {
    width: 0;
}

.i-process-bd ul li:after {
    content: "";
    width: 14px;
    height: 16px;
    background: url('../image/process_ico.png') no-repeat center;
    right: -23px;
    position: absolute;
    top: 46px;
}

.i-process-bd ul li .img {
    height: 75px;
    width: 75px;
    margin-top: 15px;
    text-align: center;
    border: 5px solid #ffce00;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
}

.i-process-bd ul li .img img {
    width: 100%;
}

.i-process-bd ul li p {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.i-process-bd ul li p i {
    color: #ffce00;
    font-style: italic;
    padding-right: 10px;
}

.i-process-ft {
    background-color: #0d2168;
}

.i-process-ft .tit {
    color: #fff;
    letter-spacing: -.5px;
    padding-left: 5px;
}

.i-process-ft ul {
    text-align: center;
}

.i-process-ft ul li {
    width: 138px;
    display: inline-block;
    padding: 8px 12px;
}

.i-process-ft ul li .img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    overflow: hidden;
}

.i-process-ft ul li .img img {
    width: 100%;
}

.i-process-ft ul li p {
    color: #fff;
    text-align: center;
    padding-top: 5px;
}


/*product*/
.i-product{
	margin-top:10px;
}
.i-pro-hd {
    width: 210px;
    height: 700px;
    padding: 20px 14px 0px 13px;
    margin: 8px 0 0;
    background-color: #0d2168;
    box-sizing: border-box;
    color: #fff;
}

.i-pro-list li {
    background: url(../image/pro_ico.png) no-repeat 15px center;
    height: 32px;
    line-height: 32px;
    padding-left: 35px;
    margin: 0 0 0 0px;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.i-pro-list li a {
    color: #fff;
}

.i-pro-hd .tit {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.i-pro-bd {
    width: 770px;
    margin-top: 10px;
}

.i-pro-bd .hd {
    padding: 0px 0px 0px 30px;
    margin: 0px;
    height: 43px;
    line-height: 43px;
    background: url(../image/ico.png) no-repeat 0 15px;
}

.i-pro-bd .hd ul li {
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

.i-pro-bd .hd ul li:nth-of-type(n+5) {
    display: none;
}

.i-pro-bd .hd ul li:nth-of-type(4):after {
    content: "";
}

.i-pro-bd .hd ul li:after {
    content: "/";
    font-size: 18px;
    font-weight: bold;
    color: #434343;
    display: inline-block;
    padding: 0 10px 0 20px;
}

.i-pro-bd .hd ul li.on a {
    color: #0d2168;
}

.i-pro-bd .hd ul li a {
    font-size: 18px;
    font-weight: bold;
}

.i-pro-bd .bd {
    height: auto;
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    border-top: none;
    background-color: #fff;
}

.i-pro-bd .bd ul:nth-of-type(n+5) {
    display: none !important;
}

.i-pro-bd .bd ul li {
    width: 225px;
    float: left;
    padding: 8px 1px;
    margin: 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.i-pro-bd .bd ul li img {
    padding: 0;
    margin: 10px;
}

.i-pro-bd .bd ul li p {
    line-height: 20px;
    text-align: center;
}


/*about*/

.box-tit {
    font-size: 16px;
    margin: 0;
    padding: 10px 0 10px 23px;
    background: #f5f5f5 url('../image/ico.png') no-repeat 5px center;
}

.box-tit h3 {
    color: #0d2168;
}

.box-tit h3 span {
    color: #434343;
    font-weight: normal;
    vertical-align: -1px;
    padding-left: 5px;
}

.box-tit h3 a {
    font-size: 13px;
    font-weight: normal;
}

.i-about-con {
    background-color: #fff;
    padding: 10px 10px 0 0;
    line-height: 24px;
    overflow: hidden;
}

.i-about-hd {
    border: 10px solid #fff;
    border-top: none;
    float: left;
}

.i-about-hd img {
    width: 300px;
    height: 160px;
}

.i-about-bd {
    width: 670px;
}

.i-about-bd h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.i-about-desc {
    height: 144px;
    overflow: hidden;
}


/*superiority*/

.i-superiority {
    background: url('../image/sup_bg.jpg') no-repeat center -5px;
    background-size: 1000px 300px;
}

.i-sup-tit {
    text-align: center;
}

.i-sup-tit h3 {
    font-size: 14px;
    display: inline-block;
}

.i-sup-tit h3:before,
.i-sup-tit h3:after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #0d2168;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.i-sup-tit p {
    font-size: 14px;
}

.i-sup-hd ul {
    text-align: center;
    padding: 50px 0 25px;
}

.i-sup-hd ul li {
    width: 165px;
    display: inline-block;
    margin: 0 23px;
}

.i-sup-hd ul li .text {
    color: #fff;
}

.i-sup-hd ul li .text h4 {
    font-size: 14px;
    font-weight: normal;
}

.i-sup-hd ul li .text p {
    font-size: 12px;
    line-height: 20px;
}

.i-sup-bd {
    position: relative;
    padding-top: 30px;
    height: 326px;
    background: #e5e5e5 url('../image/sup_bg.png') no-repeat center 55px;
}

.i-sup-bd .tit {
    line-height: 1.2;
    text-align: center;
}

.i-sup-bd .tit h3 {
    font-size: 24px;
    color: #0d2168;
}

.i-sup-bd .tit p {
    font-size: 14px;
    color: #666;
}

.i-sup-bd ul li {
    position: absolute;
    left: 32px;
}

.i-sup-bd ul li:nth-of-type(1),
.i-sup-bd ul li:nth-of-type(2) {
    top: 20px;
}

.i-sup-bd ul li:nth-of-type(3),
.i-sup-bd ul li:nth-of-type(4) {
    top: 140px;
}

.i-sup-bd ul li:nth-of-type(5),
.i-sup-bd ul li:nth-of-type(6) {
    top: 260px;
}

.i-sup-bd ul li:nth-of-type(2n) {
    left: auto;
    right: 32px;
}

.i-sup-bd ul li .ico {
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}

.i-sup-bd ul li:nth-of-type(2n) .ico {
    float: right;
    margin-left: 15px;
}

.i-sup-bd ul li .text {
    float: right;
}

.i-sup-bd ul li:nth-of-type(2n) .text {
    float: left;
    text-align: right;
}

.i-sup-bd ul li .text h3 {
    font-size: 24px;
    color: #0d2168;
}

.i-sup-bd ul li .text p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}


/*show*/

.i-show {
    margin: 10px 0;
}

.i-show .w {
    background-color: #fff;
    padding-bottom: 20px;
}

.i-show-tit {
    font-size: 26px;
    padding: 20px 0 20px 0;
    text-align: left;
    text-indent: 35px;
}

.i-show-tit h3 {
    color: #0d2168;
    font-size: 26px;
}

.i-show-tit h3 span {
    text-transform: uppercase;
    color: #d9d9d9;
}

.i-show-con ul li {
    float: left;
    margin: 0px 8px;
}

.i-show-con ul li img {
    width: 198px;
    height: 154px;
    border: 10px solid #E9E9E9;
}

.i-show-con ul li p {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 198px;
}

.i-show-con {
    position: relative;
}

.i-show-con .bd {
    overflow: hidden;
    margin-left: 40px;
    width: 925px;
}

.i-show-con span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0d2168;
    color: #fff;
    border-radius: 50%;
    font-family: '宋体';
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -15px;
    cursor: pointer;
    z-index: 999;
    top: calc(50% - 20px);
}

.i-show-con span.next {
    left: auto;
    right: -15px;
}


/*mid*/

.i-mid {
    height: 130px;
    background: url('../image/mid.jpg') no-repeat center;
}

.i-mid .w {
    position: relative;
}

.i-mid .tel {
    position: absolute;
    background-color: #f1831d;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    top: 65px;
    right: 135px;
}


/*news*/

.i-news {
    width: 420px;
    height: 340px;
    background-color: #fff;
}

.i-honor-tit,
.i-news-tit {
    padding-right: 10px;
    background-color: #fff;
}

.i-news ul li {
    line-height: 35px;
    background: url(../image/quan.gif) no-repeat 10px 11px;
    text-indent: 35px;
}

.i-news ul li a {
    display: block;
}

.i-honor {
    height: 340px;
    background-color: #fff;
    width: 550px;
    padding-left: 30px;
}

.i-honor-con {
    width: 520px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0;
    position: relative;
}

.i-honor-con .bd {
    margin-left: 40px;
}

.i-honor-con ul li {
    float: left;
    width: 180px;
    text-align: center;
    margin-right: 50px;
}

.i-honor-con span {
    font-size: 30px;
    color: #0d2168;
    font-family: '宋体';
    position: absolute;
    cursor: pointer;
    font-weight: bold;
    top: calc(50% - 15px);
    display: block;
}

.i-honor-con span.next {
    right: 15px;
}

.i-honor-con .bd {
    width: 420px;
    overflow: hidden;
}


/*case*/

.i-case {
    margin-top: 20px;
}

.i-case-tit {
    background-color: #fff;
}

.i-case-tit h3 {
    font-size: 26px;
}

.i-case-tit h3 span {
    font-size: 18px;
    color: #d9d9d9;
}

.i-case-con {
    background-color: #fff;
}

.i-case-con ul li {
    padding: 0px;
    margin: 10px 8px 10px 12px;
}

.i-case-con ul li img {
    height: 165px;
    width: 226px;
    border: 1px solid #ccc;
}

.i-case-con ul li p {
    line-height: 35px;
    text-align: center;
    width: 225px;
}


/*choose*/

.i-choose-tit {
    padding: 20px 0;
}

.i-choose-tit h3 {
    text-align: center;
    position: relative;
    color: #0d2168;
}

.i-choose-tit h3:before,
.i-choose-tit h3:after {
    content: "";
    width: 406px;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
}

.i-choose-tit h3:after {
    right: 0;
    left: auto;
}

.i-choose-hd ul {
    display: flex;
    justify-content: space-between;
}

.i-choose-hd ul li {
    width: 236px;
    margin-right: 28px;
}

.i-choose-hd ul li:last-child {
    margin-right: 0;
}

.i-choose-hd ul li .item-hd img {
    display: block;
    width: 100%;
}

.i-choose-hd ul li .item-bd {
    height: 120px;
    background-color: #0d2168;
    border: 1px solid #4a8ebd;
    text-align: center;
    color: #fff;
}

.i-choose-hd ul li h4 {
    font-size: 20px;
    font-weight: normal;
    padding-top: 5px;
}

.i-choose-hd ul li span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}

.i-choose-hd ul li p {
    text-align: left;
    padding: 5px 10px 0;
}

.i-choose-bd {
    background-color: #eeeeee;
}

.i-choose-bd ul {
    display: flex;
    padding: 10px;
}

.i-choose-bd ul li {
    flex: 1;
    padding: 20px 0 15px;
    border-right: 1px dashed #434343;
}

.i-choose-bd ul li:last-child {
    border: none;
}

.i-choose-bd ul li .tit {
    width: 75px;
    line-height: 84px;
    text-align: center;
    background: url('../image/ch_ico.png') no-repeat center;
    height: 84px;
    font-size: 24px;
    color: #fff;
    margin: 0 10px 0 20px;
}

.i-choose-bd ul li .text h5 {
    font-size: 16px;
    color: #9d9d9d;
    font-weight: normal;
}

.i-choose-bd ul li .text p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 22px;
}

.i-choose-bd ul li .text p span {
    color: #0d2168;
    display: block;
}


/*
    图片左右排列
*/

.items-img_inline {
    position: relative;
    overflow: hidden;
}

.items-img_inline dt {
    float: left;
    margin-right: 20px;
}

.items-img_inline dt img {
    width: 100%;
}

.items-img_inline dd {}

.items-img_inline dd .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.items-img_inline dd p {
    line-height: 1.3;
    color: #666;
}

.items-img_inline .more {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*
    图片默认排列
*/

.items-img {
    overflow: hidden;
}

.items-img li {
    float: left;
    margin: 0 25px 25px 0;
}

.items-img li .item-hd a {
    display: block;
    border: solid 1px #ccc;
}

.items-img li .item-hd img {
    display: block;
}

.items-img li .item-bd {
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    width: 220px;
}


/*
    地区分站&友情链接
*/

.i-link {
    padding: 25px 0 0;
}

.i-link span {
    font-size: 16px;
    font-weight: bold;
}

.i-link span,
.i-link a {
    margin-right: 20px;
}

.icol-l {
    float: left;
    width: 575px;
    padding-right: 90px;
}

.icol-c {
    float: left;
    width: 10px;
    height: 400px;
    background: url(../image/col-line.png) no-repeat
}

.icol-r {
    float: right;
    width: 485px;
    padding-left: 40px;
}

.col-l {
    width: 240px;
    float: left;
}

.col-r {
    width: 908px;
    float: right;
}


/*
    footer
*/

.footer {
    padding: 30px 0;
    color: #fff;
    background: #090401;
}

.footer a {
    color: #fff;
}

.footer .link span {
    padding-left: 20px;
    font-size: 16px;
    background: url('../image/footer_ico.png') no-repeat left center;
}

.footer .link p {
    margin-top: 10px;
}

.footer .link a {
    line-height: 22px;
}

.footer-con .code {
    width: 100px;
    margin: 10px 20px 0 0;
}

.footer-con .code img {
    display: block;
    width: 100%;
}

.footer-con .con {
    width: 550px;
    line-height: 20px;
}

.footer-con .tel {
    padding-left: 55px;
    background: url('../image/footer_tel.png') no-repeat left center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.footer__sitemap {
    margin: 20px 0 15px;
}


/*.um-hd*/

.um-hd-list {
    width: 210px;
    padding: 10px 0 10px 0;
    color: #fff;
    background-color: #0d2168;
}

.um-hd-tit {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 0 0 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.um-hd-list ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    margin: 0px 0 0 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.um-hd-list ul li a {
    display: block;
    color: #fff;
}

.um-hd-panel .tit {
    background-color: #0d2168;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.um-hd-panel .text {
    padding: 8px 15px 15px 15px;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    line-height: 23px;
    background-color: #fff;
}

.um-hd-panel .text ul li {
    background: url(../image/nico.png) no-repeat 0;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 12px;
}

.um-hd-panel .text ul li a {
    color: #434343;
    display: block;
}


/*npage*/

.nbanner {
    height: 230px;
    background: url(../image/nban_bg3.jpg) center top;
}

.main {
    padding: 20px 0;
    margin-bottom: 20px;
}

.main_con {
    padding: 20px 50px 50px 50px;
    min-height: 500px;
}

.um-hd {
    float: left;
    width: 210px;
}

.um-bd {
    float: right;
    width: 755px;
}

.main_nei .ml {
    float: right;
}

.main_nei .mr {
    float: left;
}

.sider {}

.sider__hd {
    height: 50px;
    padding: 8px;
    background-color: #F18B16;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
}

.sider__hd .en {
    display: block;
    font-size: 14px;
}

.sider__bd li {
    position: relative;
}

.sider__bd li i {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 36px;
    height: 40px;
    background: url(../image/img.png) no-repeat 0 -169px;
    cursor: pointer;
}

.sider__bd li a:hover {
    background: inherit;
}

.sider__bd dl {
    display: none;
}

.sider__bd li.on dl {
    display: block;
}

.sider__bd li.on i {
    background-position: 0 -209px;
}

.um-items-img li {
    padding: 0px;
    margin: 0px 9px 0px 7px;
    float: left;
}

.um-items-img li .item-bd {
    line-height: 35px;
    width: 220px;
}


/*
    新闻列表页左右排列
*/

.items-text_desc li {
    margin: 0 0 30px 0;
}

.items-text_desc .item-hd img {
    width: 200px;
    height: 120px;
    display: block;
}

.items-text_desc .item-bd {
    width: 630px;
}

.items-text_desc .item-bd .tit {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    height: 30px;
    line-height: 30px;
}

.items-text_desc .item-bd span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.items-text_desc .item-bd .desc {
    font-size: 13px;
    color: #666;
    margin: 6px 0 0 0;
}

.items-text_desc li .tit {
    background: url(../image/nico.png) no-repeat 0px 7px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight: bold;
    line-height: 1.8;
    color: #0d2168;
}

.items-text_desc li .desc {
    padding: 0px 10px 10px 0px;
    margin-left: 15px;
}

.items-text_desc li {
    border-bottom: 1px dashed #ccc;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 22px;
}


/*
        内页左侧
    */

.um-hd-panel {
    border: 1px solid #ccc;
}

.um-hd-panel_tit {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    background: #f3f3f3;
    font-size: 16px;
}

.um-menu_hd img {
    max-width: 100%;
}

.um-hd-menu_con {
    padding: 20px;
}

.um-hd-menu_con li {
    padding: 0 0 0 20px;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.um-hd-menu_con li a {
    display: block;
}

.um-bd_hd {
    padding: 10px 10px;
    border: 1px solid #D2D2D2;
    background-color: #F8F8F8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 21px;
}

.um-bd_bd {
    padding: 8px 10px;
    border: #ccc solid 1px;
    margin-top: 10px;
}

.um-bd_bd img {
    display: block;
    max-width: 100%;
}

.um-bd_hd .tit {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.um-bd_bd .tit h2 {
    color: #0d2168;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ccc;
    height: 30px;
    text-align: center;
}

.pos {
    float: right;
}

.pos,
.pos a {
    color: #333;
}

.detail {}

.um-page_tit {
    padding: 20px 0;
    border-bottom: #ccc solid 1px;
    text-align: center;
    font-size: 23px;
}

.detail .imgs {
    text-align: center;
}


/*-------------------------------------------------*/


/*detail*/

.about {}

.about h1 {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #f1f1f1;
    font-size: 14px;
}

.detail .cont {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
}

*html .detail img {
    width: expression(this.width > 860 ? "860": this.width);
}

.detail .tit h2 {
    color: #0d2168;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ccc;
    height: 30px;
    text-align: center;
}

.detail .tit {
    margin-bottom: 10px;
}


/*新闻详细页*/

.news h1 {
    text-align: center;
}

.meta {
    height: 26px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #999;
    text-align: center;
}


/*about*/

.about_detail h1 {
    padding: 15px 0;
    border-bottom: #c2d9ea solid 1px;
}

.about_detail .artInfo {
    display: none;
}

.page_list_img li {
    float: left;
    margin: 10px;
    display: inline;
    zoom: 1;
    width: 228px;
    height: 190px;
    overflow: hidden;
}

.page_list_img li img {
    width: 220px;
    height: 165px;
    padding: 4px;
    background: #fff3d0;
    border: #fc6800 solid 1px;
}

.page_list_img li .list_title {
    text-align: center;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** 产品列表
**/

.catelist {}

.catelist li {
    margin-top: 20px;
    overflow: hidden;
}

.catelist .img {
    width: 120px;
    height: 120px;
    margin: 0 30px;
    border: #ddd solid 2px;
    overflow: hidden;
}

.catelist .com {
    margin-left: 30px;
}

.catelist .t {
    padding-bottom: 6px;
}


/*产品详细*/

.product_detail {
    padding-left: 20px;
}

.um-imgZoom {
    float: left;
    margin-right: 20px;
}

.um-imgZoom p {
    text-align: center;
    padding-bottom: 10px;
}

#zoom_box {
    display: block;
    zoom: 1;
    width: 300px;
    height: 300px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 170px;
    padding: 0;
}

#zoom_box img {
    margin: 0;
    padding: 0;
}

#zoom_box img.big_small {
    max-width: 300px;
    max-height: 300px;
    _width: expression(this.width>300&&this.width>this.height?300: true);
    _height: expression(this.height>300?300: true);
}

#zoom_list {
    width: 302px;
    height: 60px;
    background: #EFEFEF;
    display: none;
}

#zoom_list .pre {
    float: left;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list .next {
    float: right;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 232px;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist {
    position: absolute;
}

#thumblist li {
    float: left;
    width: 58px;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
}

.zoomWrapperImage img {
    transform: scale(5);
}

#thumblist li span {
    width: 52px;
    height: 52px;
}

#thumblist li span a {
    width: 50px;
    height: 50px;
    font-size: 42px;
    border: 1px solid #FFF;
}

#thumblist li span img {
    max-height: 50px;
    max-width: 50px;
    _width: 50px;
    _height: 50px;
}

#big_box {
    float: left;
}

#big_box span {
    width: 302px;
    height: 242px;
}

#big_box span a {
    width: 300px;
    height: 240px;
    font-size: 200px;
}

#big_box span img {
    max-width: 300px;
    max-height: 240px;
}

.p_info li {
    margin-bottom: 10px;
}

.um-imgDetail {}

.um-imgDetail .tag {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: #ddd solid 1px;
    border-bottom: #054dd6 solid 2px;
    background: #f8f8f8;
}

.um-imgDetail .tag b {
    display: block;
    color: #054dd6;
    font-size: 14px;
}

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
}

.pagenav a {
    color: #0d2168;
}

.um-bd_imgShow_ft .items-img li {
    width: 220px;
}

.um-bd_imgShow_ft .items-img li .item-hd {
    width: 220px;
    height: 180px;
}

.um-bd_imgShow_ft .items-img li .item-bd {
    width: 220px;
}

.xg-box {
    padding: 0px;
    margin: 15px 0 0;
    border: 1px solid #ccc;
}

.xg-box .con {
    padding: 18px 10px;
}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}

.um-imgInfo h2 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0px 10px 0px;
    margin-bottom: 7px;
}

.um-imgInfo p {
    line-height: 30px;
    font-size: 14px;
    margin-top: 30px;
}

.um-imgInfo p span {
    font-size: 25px;
    font-weight: bold;
    color: #CA0010;
}

.xg-box .tit {
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    background-color: #F7F7F7;
    color: #0d2168;
    margin-top: 0;
}

.xg-box ul {
    margin: 0 10px;
}

.xg-box .bd {
    width: 700px;
    overflow: hidden;
    margin-left: 18px;
}


/*
** 图片
**/

.photo_box {
    overflow: hidden;
}

.photo_box .photo {
    position: relative;
    float: left;
    width: 625px;
    margin-left: 40px;
    overflow: hidden;
}

.photo_box .btn_left,
.photo_box .btn_right {
    display: block;
    width: 8px;
    height: 30px;
    margin-top: 195px;
    background: url(../image/roll.jpg) no-repeat;
}

.photo_box .btn_left {
    float: left;
}

.photo_box .btn_right {
    float: right;
    background-position: -8px 0;
}

.photo_view li {
    float: left;
    width: 625px;
}

.photo_desc h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: #eee solid 1px;
}


/*
** 下载
**/

.down_list dl.img {
    margin: 5px 10px;
}

.down_list dl.img dt {
    font-size: 14px;
    background: #EFEFEF;
    line-height: 28px;
    padding-left: 5px;
}

.down_list dl.img dt a {
    color: #855352
}

.down_list dl.img dd.ext {
    line-height: 22px;
    text-align: right;
    color: #333;
}

.down_list dl.img dd.desc {
    line-height: 22px;
    color: #9E9E9E
}

.down_info {
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
}

.down_info ul li label {
    float: left;
    width: 65px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    margin-right: 5px;
}

.down_info ul li {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
}

.down_info ul li a {
    font-weight: bold;
    color: #F30;
}

#content {
    line-height: 30px;
    font-size: 14px;
}

#content h1.tit {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: #333;
    text-align: center;
    margin: 20px 0;
}

#content h1.tit span {
    font-size: 14px;
    font-weight: normal;
}

#content .content p {
    font-size: 12px;
}

#content .content img {
    max-width: 590px;
    _width: expression(this.width > 590 && this.width > this.height ? 590: true);
}

#content .content strong {
    color: #000;
}

#content .content ol {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul li {
    list-style-type: disc;
}

#content .content ol li {
    list-style-type: decimal;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#pages {
    padding: 10px 0 10px;
    text-align: center;
    font: 12px '宋体';
}

#pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 22px;
    line-height: 22px;
    background: #0d2168;
    border: 1px solid #0d2168;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}


/*留言反馈*/

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #305bb7;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #0d43b4;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*宋体宋体*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #314E8C
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/


/*sitemap*/

.mapbox {
    border: 1px solid #ccc;
    background: #fff;
}

.mapbox h4 {
    margin: 10px 0;
    padding: 6px;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    border-bottom: 1px solid #eee;
}

.smallcat ul {
    overflow: hidden;
}

.smallcat ul li {
    float: left;
    line-height: 24px;
}

.smallcat ul li a {
    margin: 0 8px;
}